home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / escript7.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1997-08-08  |  15.1 KB  |  408 lines

  1. *PPD-Adobe: "4.0"
  2. *%
  3. *% Note:  For use with some ancient applications, e.g., Adobe Separator 3.2,
  4. *%   it may be necessary to make a version of this file with the first line
  5. *%   commented out.
  6. *%
  7. *% PTL SCCS ID "@(#)PPD    1.19  6/30/94";
  8. *%
  9. *FormatVersion: "4.0"
  10. *FileVersion: "1.19"
  11. *LanguageVersion: English
  12. *%
  13. *Product: "(EPL-5200+)"
  14. *%
  15. *PSVersion: "(130.05) 2834"
  16. *%
  17. *ModelName: "EPSON EPL-5200+ EpsonScript"
  18. *%
  19. *% NickName can be customized by the local system administrator.
  20. *NickName: "EPSON EPL-5200+ EpsonScript"
  21. *%
  22. *PCFileName: "ESCRIPT7.PPD"
  23.  
  24. *%=== Basic Capabilities ===============
  25. *LanguageLevel: "2"
  26. *ColorDevice: False
  27. *DefaultColorSpace: Gray
  28. *Throughput: "6"
  29. *Protocols: TBCP
  30.  
  31. *% Following numbers may be set for the particular printer (or for each
  32. *%   available memory size) by typing "vmstatus exch sub == pop" for each
  33. *%   memory size, JUST AFTER POWER UP.
  34. *%   The FreeVM number is most useful for intelligent spoolers that can
  35. *%   decide which printer to use, based on the known available memory.
  36. *% The number will of course vary for SelecType settings "USER INDIVIDUAL" vs.
  37. *%   "USER AUTOSENSE", RX-BUFFER SIZE, etc.  Actual usable memory size is
  38. *%   affected by setting of PRINT MODE ("BAND" vs. "PAGE).
  39. *%
  40. *FreeVM: "1395693"
  41. *VMOption None/Minimum PS2 Standard 2.0 MB RAM: "1395693"
  42. *VMOption 3.0MB: "2359943"
  43. *VMOption 5.0MB: "4288448"
  44.  
  45. *Password: "()"
  46. *ExitServer: " count 0 eq % Is password on stack?
  47.    { false } { true exch startjob } ifelse
  48.      not { (WARNING: Cannot modify initial VM.) =
  49.        (Missing or invalid password.) =
  50.        (Please contact author of this software.) = flush quit
  51.          } if"
  52. *End
  53. *Reset: "count 0 eq % Is password on stack?
  54.    { false } { true exch startjob } ifelse
  55.      not { (WARNING: Cannot reset printer.) =
  56.        (Missing or invalid password.) =
  57.        (Please contact author of this software.) = flush quit
  58.          } if
  59.     systemdict /quit get exec
  60.     (WARNING:  Printer Reset Failed.) = flush"
  61. *End
  62.  
  63. *%=== Resolution ======================
  64. *DefaultResolution: 300dpi
  65. *?Resolution: "save currentpagedevice /HWResolution get 0 get
  66.  (          ) cvs print (dpi) = flush restore"
  67. *End
  68.  
  69. *% Epson RITech (Resolution Improvement Technology)
  70. *%   This setting takes effect on the next page, and stays for future jobs.
  71. *%
  72. *OpenUI *Smoothing/Resolution Improve: PickOne
  73. *OrderDependency: 40 AnySetup *Smoothing
  74. *DefaultSmoothing: Default
  75. *% "Printer's default" appears twice for PSPrinter/LW8.0, once for EpsonScript.
  76. *Smoothing Default/Printer's default: ""
  77. *Smoothing Off: "<</REValue 0>> setsystemparams"
  78. *Smoothing Light: "<</REValue 1>> setsystemparams"
  79. *Smoothing Medium: "<</REValue 2>> setsystemparams"
  80. *Smoothing Heavy: "<</REValue 3>> setsystemparams"
  81. *% Return "Off" to also mean "Not available" for ActionLaser 1000 / EPL-5000.
  82. *?Smoothing: "save [(Off)(Off)(Light)(Medium)(Heavy)]
  83.   currentsystemparams /REValue get  1 add  get
  84.   = flush restore"
  85. *End
  86. *CloseUI: *Smoothing
  87.  
  88.  
  89. *% User preference of Printer's Default Monochrome Screen.
  90. *%   This setting is effective only for the current job.
  91. *% Phoenix Technologies' MultiGray (R) screening for 300dpi has
  92. *%   the *appearance* of a 53 lpi screen at 45 degrees, but with better
  93. *%   grayscale than a standard screen, i.e., less visible contouring.
  94. *%
  95. *OpenUI *PrefScreen/Dot Screen: PickOne
  96. *OrderDependency: 45 AnySetup *PrefScreen
  97. *DefaultPrefScreen: Default
  98. *PrefScreen Default/Printer's default: ""
  99. *PrefScreen Dot/Standard (60 lpi 45 deg):"
  100.   <</PrefScreenValue 0>> setuserparams currentscreen setscreen"
  101. *End
  102. *PrefScreen MultiGray: "
  103.   <</PrefScreenValue 1>> setuserparams currentscreen setscreen"
  104. *End
  105. *?PrefScreen: "save [(Dot)(MultiGray)]
  106.   currentuserparams /PrefScreenValue get get
  107.   = flush restore"
  108. *End
  109. *CloseUI: *PrefScreen
  110.  
  111.  
  112. *% Halftone Information ===========================
  113. *%
  114. *ScreenFreq: "60"
  115. *ScreenAngle: "45"
  116. *DefaultScreenProc: Dot
  117.  
  118. *ScreenProc Dot: "
  119. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  120. sub}{dup mul exch dup mul add 1 exch sub}ifelse}"
  121. *End
  122. *ScreenProc Line: "{pop}"
  123. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add
  124.  sqrt 1 exch sub}"
  125. *End
  126.  
  127. *DefaultTransfer: Null
  128. *Transfer Null: "{}"
  129. *Transfer Null.Inverse: "{1 exch sub}"
  130.  
  131. *% === Paper Handling ===================
  132. *% Use these PageSize entries to set paper size unless there is specific reason
  133. *%   to use PageRegion, such as when using manual feed.  (PageSize is used
  134. *%   when "Paper from" is set to "Auto Select" or "Automatic".)
  135. *OpenUI *PageSize: PickOne
  136. *OrderDependency: 20 AnySetup *PageSize
  137. *%
  138. *% This may be set to whatever is the most common PageSize at a site.
  139. *%   (Per-job PageSize is not stored with the job by all Mac applications.)
  140. *DefaultPageSize: A4
  141. *%
  142. *PageSize A4: "statusdict /a4tray get exec"
  143. *PageSize A5: "statusdict /a5tray get exec"
  144. *PageSize B5: "statusdict /b5tray get exec"
  145. *PageSize Letter: "statusdict /lettertray get exec"
  146. *PageSize Legal: "statusdict /legaltray get exec"
  147. *PageSize HalfLetter/Half Letter: "statusdict /halflettertray get exec"
  148. *PageSize Executive: "statusdict /executivetray get exec"
  149. *PageSize Govlgl/Government Legal: "statusdict /glgtray get exec"
  150. *PageSize Govltr/Government Letter: "statusdict /glttray get exec"
  151. *PageSize F4: "statusdict /f4tray get exec"
  152. *PageSize Monarch: "statusdict /monarchtray get exec"
  153. *PageSize Comm10/Commercial-10: "statusdict /com10tray get exec"
  154. *PageSize C5: "statusdict /c5tray get exec"
  155. *?PageSize: "save
  156.  16 dict
  157.    dup /a4 (A4) put
  158.    dup /a5 (A5) put
  159.    dup /b5 (B5) put
  160.    dup /letter (Letter) put
  161.    dup /legal (Legal) put
  162.    dup /halfletter (HalfLetter) put
  163.    dup /executivepage (Executive) put
  164.    dup /glg (Govlgl) put
  165.    dup /glt (Govltr) put
  166.    dup /f4 (F4) put
  167.    dup /monarch (Monarch) put
  168.    dup /com10 (Comm10) put
  169.    dup /c5 (C5) put
  170.    paperdict {
  171.      /pindex get 
  172.      currentsystemparams /PaperSize get  eq
  173.      { exit } { pop} ifelse
  174.    } forall
  175.   count 0 eq { (Unknown) }{ get } ifelse =
  176.   flush restore"
  177. *End
  178. *CloseUI: *PageSize
  179.  
  180.  
  181. *% These entries set up the frame buffer.  Usually used with manual feed.
  182. *%   (These are intended to be ignored if emitted before InputSlot for
  183. *%   this printer.  I.e., InputSlot will override a preceding PageRegion.)
  184. *OpenUI *PageRegion: PickOne
  185. *OrderDependency: 14 AnySetup *PageRegion
  186. *%
  187. *DefaultPageRegion: A4
  188. *%
  189. *PageRegion A4: "a4"
  190. *PageRegion A5: "a5"
  191. *PageRegion B5: "b5"
  192. *PageRegion Letter: "letter"
  193. *PageRegion Legal: "legal"
  194. *PageRegion HalfLetter/Half Letter: "halfletter"
  195. *PageRegion Executive: "executivepage"
  196. *PageRegion Govlgl/Government Legal: "glg"
  197. *PageRegion Govltr/Government Letter: "glt"
  198. *PageRegion F4: "f4"
  199. *PageRegion Monarch: "monarch"
  200. *PageRegion Comm10/Commercial-10: "com10"
  201. *PageRegion C5: "c5"
  202. *CloseUI: *PageRegion
  203.  
  204.  
  205. *% These entries provide the imageable areas of the media option keywords.
  206. *%
  207. *DefaultImageableArea: A4
  208. *%
  209. *ImageableArea A4: "12 10 582 833"
  210. *ImageableArea A5: "12 13 407 582"
  211. *ImageableArea B5: "12 10 504 716"
  212. *ImageableArea Letter: "12 9 599 784"
  213. *ImageableArea Legal: "12 8 599 1000"
  214. *ImageableArea HalfLetter/Half Letter: "12 13 383 599"
  215. *ImageableArea Executive: "12 13 509 744"
  216. *ImageableArea Govlgl/Government Legal: "12 13 599 923"
  217. *ImageableArea Govltr/Government Letter: "12 13 563 743"
  218. *ImageableArea F4: "12 13 582 923"
  219. *ImageableArea Monarch: "12 13 266 527"
  220. *ImageableArea Comm10/Commercial-10: "12 13 284 671"
  221. *ImageableArea C5: "12 13 446 636"
  222.  
  223. *?ImageableArea: "save
  224.   /cvp {(                ) cvs print ( ) print } bind def
  225.   /upperright {10000 mul floor 10000 div} bind def
  226.   /lowerleft {10000 mul ceiling 10000 div} bind def
  227.   newpath clippath pathbbox
  228.   4 -2 roll exch 2 {lowerleft cvp} repeat
  229.   exch 2 {upperright cvp} repeat flush
  230. restore"
  231. *End
  232.  
  233.  
  234. *% These provide the physical dimensions of the media, by option keyword.
  235. *%
  236. *DefaultPaperDimension: A4
  237. *%
  238. *PaperDimension A4: "595 841"
  239. *PaperDimension A5: "419 595"
  240. *PaperDimension B5: "516 728"
  241. *PaperDimension Letter: "612 792"
  242. *PaperDimension Legal: "612 1008"
  243. *PaperDimension HalfLetter/Half Letter: "396 612"
  244. *PaperDimension Executive: "522 756"
  245. *PaperDimension Govlgl/Government Legal: "612 936"
  246. *PaperDimension Govltr/Government Letter: "576 756"
  247. *PaperDimension F4: "595 935"
  248. *PaperDimension Monarch: "278 540"
  249. *PaperDimension Comm10/Commercial-10: "296 684"
  250. *PaperDimension C5: "459 648"
  251.  
  252.  
  253. *% This controls the "Paper from" driver dialog.
  254. *OpenUI *InputSlot: PickOne
  255. *OrderDependency: 15 AnySetup *InputSlot
  256. *DefaultInputSlot: Upper
  257. *%
  258. *% The "Automatic" default causes tray-selection based on PageSize.
  259. *% Default appears to be "Automatic" for EpsonScript Driver, and equivalently,
  260. *%   "Auto Select" for PSPrinter/LW8.0 .  I.e., DefaultInputSlot is ignored.
  261. *% 
  262. *InputSlot Upper/Standard Bin: "0 statusdict /setpapertray get exec"
  263. *InputSlot Lower/Optional Lower Cassette: "1 statusdict /setpapertray get exec"
  264. *InputSlot EpsonAuto/Like SelecType's INPUT AUTO: "3 statusdict /setpapertray get exec"
  265. *% EpsonAuto is equivalent to choosing "INPUT AUTO" on SelecType.
  266. *%   It means:  ignore the page size set on the Mac interface, and instead
  267. *%   set up size according to SelecType's PAGE SIZE.  (This permits failover
  268. *%   use of both cassettes if they both have the same size paper.)
  269. *?InputSlot: "
  270.  save
  271.   2 dict
  272.    dup /0 (Upper) put
  273.    dup /1 (Lower) put
  274.    statusdict /papertray get exec
  275.    {get} stopped {pop pop (Unknown)} if = flush
  276.  restore"
  277. *End
  278. *CloseUI: *InputSlot
  279.  
  280. *% Font Information =====================
  281. *%
  282. *% Note:  "Helvetica", "Palatino" and "Times" are registered trademarks of
  283. *%   Linotype AG and/or its subsidiaries.  The PostScript interpreter
  284. *%   addressed by this PPD will substitute the comparable Bitstream font
  285. *%   families "Swiss", "Zapf Calligraphic", and "Dutch", respectively,
  286. *%   for PostScript references to the former three names.
  287. *%
  288. *DefaultFont: Courier
  289. *Font AvantGarde-Book:              Standard "(002)" Standard ROM
  290. *Font AvantGarde-BookOblique:          Standard "(002)" Standard ROM
  291. *Font AvantGarde-Demi:              Standard "(002)" Standard ROM
  292. *Font AvantGarde-DemiOblique:          Standard "(002)" Standard ROM
  293. *Font Bookman-Demi:              Standard "(002)" Standard ROM
  294. *Font Bookman-DemiItalic:          Standard "(002)" Standard ROM
  295. *Font Bookman-Light:              Standard "(002)" Standard ROM
  296. *Font Bookman-LightItalic:          Standard "(002)" Standard ROM
  297. *Font Courier:                  Standard "(002)" Standard ROM
  298. *Font Courier-Bold:              Standard "(002)" Standard ROM
  299. *Font Courier-BoldOblique:          Standard "(002)" Standard ROM
  300. *Font Courier-Oblique:              Standard "(002)" Standard ROM
  301. *Font Helvetica:              Standard "(002)" Standard ROM
  302. *Font Helvetica-Bold:              Standard "(002)" Standard ROM
  303. *Font Helvetica-BoldOblique:          Standard "(002)" Standard ROM
  304. *Font Helvetica-Narrow:              Standard "(002)" Standard ROM
  305. *Font Helvetica-Narrow-Bold:          Standard "(002)" Standard ROM
  306. *Font Helvetica-Narrow-BoldOblique:   Standard "(002)" Standard ROM
  307. *Font Helvetica-Narrow-Oblique:          Standard "(002)" Standard ROM
  308. *Font Helvetica-Oblique:          Standard "(002)" Standard ROM
  309. *Font NewCenturySchlbk-Bold:          Standard "(002)" Standard ROM
  310. *Font NewCenturySchlbk-BoldItalic:    Standard "(002)" Standard ROM
  311. *Font NewCenturySchlbk-Italic:          Standard "(002)" Standard ROM
  312. *Font NewCenturySchlbk-Roman:          Standard "(002)" Standard ROM
  313. *Font Palatino-Bold:              Standard "(002)" Standard ROM
  314. *Font Palatino-BoldItalic:          Standard "(002)" Standard ROM
  315. *Font Palatino-Italic:              Standard "(002)" Standard ROM
  316. *Font Palatino-Roman:              Standard "(002)" Standard ROM
  317. *Font Symbol:                  Standard "(002)" Standard ROM
  318. *Font Times-Bold:              Standard "(002)" Standard ROM
  319. *Font Times-BoldItalic:              Standard "(002)" Standard ROM
  320. *Font Times-Italic:              Standard "(002)" Standard ROM
  321. *Font Times-Roman:              Standard "(002)" Standard ROM
  322. *Font ZapfChancery-MediumItalic:      Standard "(002)" Standard ROM
  323. *Font ZapfDingbats:              Standard "(002)" Standard ROM
  324. *% 
  325.  
  326. *?FontQuery: "save
  327.  /str 100 string dup 0 (fonts/) putinterval def
  328.  {
  329.    count 1 gt
  330.    {
  331.      exch dup str 6 94 getinterval cvs
  332.      (/) print dup print (:) print exch
  333.      FontDirectory exch known
  334.      { pop (Yes) }
  335.  {
  336.    length 6 add str 0 3 -1 roll getinterval
  337.    mark exch status
  338.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  339.      } ifelse = flush
  340.    }
  341.    {exit} ifelse
  342.  }bind loop
  343.  (*) = flush
  344. restore"
  345. *End
  346.  
  347. *?FontList: "save
  348.   FontDirectory { pop == } bind forall flush
  349. (*) = flush
  350. restore"
  351. *End
  352.  
  353. *% Printer Messages (verbatim from printer):
  354. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  355. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  356. *Message: "\FontName\ not found, using Courier"
  357.  
  358. *% Status (format: %%[ status: <one of these> ]%% )
  359. *Status: "idle"
  360. *Status: "busy"
  361. *Status: "waiting"
  362. *Status: "printing"
  363. *Status: "initializing"
  364.  
  365. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  366. *Source: "Serial"
  367. *Source: "LocalTalk"
  368. *Source: "Parallel"
  369.  
  370. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  371. *%   (Printer Errors are reported via the LCD display on the printer.)
  372.  
  373. *% Color Separation Information =====================
  374.  
  375. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  376.  
  377. *InkName: ProcessBlack/Process Black
  378. *InkName: CustomColor/Custom Color
  379. *InkName: ProcessCyan/Process Cyan
  380. *InkName: ProcessMagenta/Process Magenta
  381. *InkName: ProcessYellow/Process Yellow
  382.  
  383. *%  For 60 lpi / 300 dpi  ===============================
  384. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  385. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  386. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  387. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  388. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  389. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  390. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  391. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  392. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  393. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  394.  
  395. *%  For 53 lpi / 300 dpi  ===============================
  396. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  397. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  398. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "18.43"
  399. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  400. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  401. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  402. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  403. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.43"
  404. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.43"
  405. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  406.  
  407. *% end of PPD file for EPSON EPL-5200+ EpsonScript.
  408.